home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/NoteProps')
- {
- view(align_children: align_center)
- {
- view(align_children: align_right)
- {
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/NoteProps/Author');
- edit_text(item_id: 'auth', width: max_char_width() * 20);
- }
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/NoteProps/Color');
- user_item(item_id: 'colr', width: max_char_width() * 2, height: 16);
- user_item(width: max_char_width() * 16, height: 32);
- }
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/NoteProps/Date');
- static_text(item_id: 'date', width: max_char_width() * 20);
- }
- }
- ok_cancel();
- }
- }
-